home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group98a.txt / 000140_icon-group-sender _Mon Mar 16 16:21:18 1998.msg < prev    next >
Internet Message Format  |  2000-09-20  |  1KB

  1. Return-Path: <icon-group-sender>
  2. Received: from kingfisher.CS.Arizona.EDU (kingfisher.CS.Arizona.EDU [192.12.69.239])
  3.     by baskerville.CS.Arizona.EDU (8.8.7/8.8.7) with SMTP id QAA21314
  4.     for <icon-group-addresses@baskerville.CS.Arizona.EDU>; Mon, 16 Mar 1998 16:21:18 -0700 (MST)
  5. Received: by kingfisher.CS.Arizona.EDU (5.65v4.0/1.1.8.2/08Nov94-0446PM)
  6.     id AA20007; Mon, 16 Mar 1998 16:21:17 -0700
  7. Message-Id: <350D91A6.2E54@gte.net>
  8. Date: Mon, 16 Mar 1998 14:55:02 -0600
  9. From: Mark Evans <evans@gte.net>
  10. Reply-To: evans@gte.net
  11. Organization: None
  12. X-Mailer: Mozilla 3.01 (Win95; I)
  13. Mime-Version: 1.0
  14. To: icon-group@optima.CS.Arizona.EDU
  15. Subject: Reversal of image()
  16. References: <199803140354.VAA03466@axp.cmpu.net> <350D49AD.3539@gte.net>
  17. Content-Type: text/plain; charset=us-ascii
  18. Content-Transfer-Encoding: 7bit
  19. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  20. Status: RO
  21. Content-Length: 513
  22.  
  23. Does anyone know what call would correspond to a reversal of image()?
  24.  
  25. The issue is a little nontrivial.  If you write image(char) where the
  26. ASCII code of 'char' is > 128, image(char) will produce something ugly
  27. like \xa0 which means ASCII 160, instead of simply quoting the character
  28. as it does all the usual chars.
  29.  
  30. I do understand why control codes like \t and \n need escape sequences,
  31. but I don't understand why a character with ASCII code 160 should need
  32. one.  Are they worried about 7-bit systems?
  33.  
  34. Mark
  35.  
  36.